net/http.response.w (field)
10 uses
net/http (current package)
server.go#L443: w *bufio.Writer // buffers output in chunks to chunkWriter
server.go#L603: w.w.Flush() // get rid of any previous writes
server.go#L1066: w.w = newBufioWriterSize(&w.cw, bufferBeforeChunkingSize)
server.go#L1648: return w.w.Write(dataB)
server.go#L1650: return w.w.WriteString(dataS)
server.go#L1661: w.w.Flush()
server.go#L1662: putBufioWriter(w.w)
server.go#L1718: err := w.w.Flush()
server.go#L2088: putBufioWriter(w.w)
server.go#L2089: w.w = nil
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |